home *** CD-ROM | disk | FTP | other *** search
- object Form2: TForm2
- Left = 118
- Top = 118
- Width = 206
- Height = 201
- Anchors = []
- BorderIcons = [biSystemMenu, biMaximize]
- Caption = 'Full Size View'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object FullSizeImage: TImage
- Left = 8
- Top = 32
- Width = 161
- Height = 113
- Center = True
- Stretch = True
- OnClick = FullSizeImageClick
- end
- object Button1: TButton
- Left = 8
- Top = 8
- Width = 81
- Height = 17
- Caption = 'Close'
- ModalResult = 1
- TabOrder = 0
- end
- end
-